Method | Description | |
---|---|---|
HostProtectionException ( ) | ||
HostProtectionException ( string message ) | ||
HostProtectionException ( string message, System e ) | ||
HostProtectionException ( string message, System protectedResources, System demandedResources ) | ||
HostProtectionException ( ) : System.Runtime.Serialization | ||
HostProtectionException ( string message ) : System.Runtime.Serialization | ||
HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization | ||
HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
HostProtectionException ( System info, System context ) | ||
HostProtectionException ( |
protected HostProtectionException ( System info, System context ) | ||
info | System | |
context | System |
public HostProtectionException ( string message ) | ||
message | string |
public HostProtectionException ( string message, System e ) | ||
message | string | |
e | System |
public HostProtectionException ( string message, System protectedResources, System demandedResources ) | ||
message | string | |
protectedResources | System | |
demandedResources | System |
public HostProtectionException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
protected HostProtectionException ( |
||
info | ||
context | ||
return | System.Runtime.Serialization |
public HostProtectionException ( string message ) : System.Runtime.Serialization | ||
message | string | |
return | System.Runtime.Serialization |
public HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization | ||
message | string | |
e | Exception | |
return | System.Runtime.Serialization |
public HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization | ||
message | string | |
protectedResources | HostProtectionResource | |
demandedResources | HostProtectionResource | |
return | System.Runtime.Serialization |