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

HostProtectionException() protected method

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

Same methods

HostProtectionException::HostProtectionException ( )
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