Class IdentityNotMappedException
Inheritance
System.Object
IdentityNotMappedException
Assembly: IronZip.dll
Syntax
public sealed class IdentityNotMappedException : SystemException
Constructors
IdentityNotMappedException()
Declaration
public IdentityNotMappedException()
IdentityNotMappedException(String)
Declaration
public IdentityNotMappedException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
IdentityNotMappedException(String, Exception)
Declaration
public IdentityNotMappedException(string message, Exception inner)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| System.Exception |
inner |
|
Properties
UnmappedIdentities
Declaration
public IdentityReferenceCollection UnmappedIdentities { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
serializationInfo |
|
| System.Runtime.Serialization.StreamingContext |
streamingContext |
|