Method | Description | |
---|---|---|
ImplementationNotFoundException ( ) : System |
Creates a new implementation not found exception without specifying the specific implementation ID.
|
|
ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System |
Creates a new implementation not found exception.
|
|
ImplementationNotFoundException ( string message ) : System | ||
ImplementationNotFoundException ( string message, |
Method | Description | |
---|---|---|
GetObjectData ( |
||
ImplementationNotFoundException ( |
Deserializes an exception.
|
public ImplementationNotFoundException ( ) : System | ||
return | System |
public ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System | ||
manifestDigest | ManifestDigest | The |
return | System |
public ImplementationNotFoundException ( string message ) : System | ||
message | string | |
return | System |
public ImplementationNotFoundException ( string message, |
||
message | string | |
innerException | ||
return | System |