System.Security.HostProtectionException.HostProtectionException C# (CSharp) Method

HostProtectionException() public method

public HostProtectionException ( string message, System protectedResources, System demandedResources )
message string
protectedResources System
demandedResources System
    public HostProtectionException(string message, System.Security.Permissions.HostProtectionResource protectedResources, System.Security.Permissions.HostProtectionResource demandedResources) { }
    public System.Security.Permissions.HostProtectionResource DemandedResources { get { throw null; } }

Same methods

HostProtectionException::HostProtectionException ( )
HostProtectionException::HostProtectionException ( System info, System context )
HostProtectionException::HostProtectionException ( string message )
HostProtectionException::HostProtectionException ( string message, System e )
HostProtectionException::HostProtectionException ( ) : System.Runtime.Serialization
HostProtectionException::HostProtectionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
HostProtectionException::HostProtectionException ( string message ) : System.Runtime.Serialization
HostProtectionException::HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization
HostProtectionException::HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization