System.Runtime.InteropServices.InvalidOleVariantTypeException.InvalidOleVariantTypeException C# (CSharp) Method

InvalidOleVariantTypeException() public method

public InvalidOleVariantTypeException ( ) : System
return System
        public InvalidOleVariantTypeException() 
            : base(Environment.GetResourceString("Arg_InvalidOleVariantTypeException")) {
    		SetErrorCode(__HResults.COR_E_INVALIDOLEVARIANTTYPE);
        }
    

Same methods

InvalidOleVariantTypeException::InvalidOleVariantTypeException ( SerializationInfo info, StreamingContext context ) : System
InvalidOleVariantTypeException::InvalidOleVariantTypeException ( String message ) : System
InvalidOleVariantTypeException::InvalidOleVariantTypeException ( String message, Exception inner ) : System
InvalidOleVariantTypeException