System.NotSupportedException.NotSupportedException C# (CSharp) Méthode

NotSupportedException() public méthode

public NotSupportedException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System
        public NotSupportedException(String message, Exception innerException) 
            : base(message, innerException) {
    		SetErrorCode(__HResults.COR_E_NOTSUPPORTED);
        }

Same methods

NotSupportedException::NotSupportedException ( ) : System
NotSupportedException::NotSupportedException ( SerializationInfo info, StreamingContext context ) : System
NotSupportedException::NotSupportedException ( String message ) : System
NotSupportedException