Class CompatibilityException
Compatibility exception.
Inheritance
Implements
Namespace: MESL.SqlRace.Domain.Exceptions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CompatibilityException : Exception, ISerializable
Constructors
CompatibilityException()
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException()
CompatibilityException(SerializationInfo, StreamingContext)
Initialises a new instance of the Compatibility
Declaration
protected CompatibilityException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | Serialization info. |
System. |
context | Streaming context. |
CompatibilityException(String)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
CompatibilityException(String, Exception)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
System. |
inner | Inner exception. |
CompatibilityException(String, Exception, String)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message, Exception inner, string version1)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
System. |
inner | Inner exception. |
System. |
version1 | First Version string. |
CompatibilityException(String, Exception, String, String)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message, Exception inner, string version1, string version2)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
System. |
inner | Inner exception. |
System. |
version1 | First Version string. |
System. |
version2 | Second Version string. |
CompatibilityException(String, String)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message, string version1)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
System. |
version1 | First Version string. |
CompatibilityException(String, String, String)
Initialises a new instance of the Compatibility
Declaration
public CompatibilityException(string message, string version1, string version2)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Exception message. |
System. |
version1 | First Version string. |
System. |
version2 | Second Version string. |
Properties
Version1
Gets first exception version string.
Declaration
public string Version1 { get; }
Property Value
Type | Description |
---|---|
System. |
Version2
Gets second exception version string.
Declaration
public string Version2 { get; }
Property Value
Type | Description |
---|---|
System. |