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

PlatformNotSupportedException() public méthode

public PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Résultat System.Runtime.InteropServices
        public PlatformNotSupportedException(string message, Exception inner) : base(message, inner)
        {
            base.SetErrorCode(-2146233031);
        }
    }

Same methods

PlatformNotSupportedException::PlatformNotSupportedException ( ) : System.Runtime.InteropServices
PlatformNotSupportedException::PlatformNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
PlatformNotSupportedException::PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
PlatformNotSupportedException