Class DICMismatchStorageException
Inheritance
System.Object
DICMismatchStorageException
Assembly: NineDigit.eKasa.dll
Syntax
public class DICMismatchStorageException : StorageException
Constructors
DICMismatchStorageException()
Declaration
public DICMismatchStorageException()
DICMismatchStorageException(SerializationInfo, StreamingContext)
Declaration
protected DICMismatchStorageException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
DICMismatchStorageException(String)
Declaration
public DICMismatchStorageException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
DICMismatchStorageException(String, Exception)
Declaration
public DICMismatchStorageException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
innerException |
|