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

HostProtectionException() public method

    public HostProtectionException() { }
    protected HostProtectionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }

Same methods

HostProtectionException::HostProtectionException ( System info, System context )
HostProtectionException::HostProtectionException ( string message )
HostProtectionException::HostProtectionException ( string message, System e )
HostProtectionException::HostProtectionException ( string message, System protectedResources, System demandedResources )
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