System.PlatformNotSupportedException.PlatformNotSupportedException C# (CSharp) 메소드

PlatformNotSupportedException() 공개 메소드

public PlatformNotSupportedException ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices
        public PlatformNotSupportedException() : base(Environment.GetResourceString("Arg_PlatformNotSupported"))
        {
            base.SetErrorCode(-2146233031);
        }

Same methods

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