System.PlatformNotSupportedException.PlatformNotSupportedException C# (CSharp) Метод

PlatformNotSupportedException() защищенный Метод

protected PlatformNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices
        protected PlatformNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

PlatformNotSupportedException::PlatformNotSupportedException ( ) : System.Runtime.InteropServices
PlatformNotSupportedException::PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
PlatformNotSupportedException::PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
PlatformNotSupportedException