Catel.NotSupportedInPlatformException.NotSupportedInPlatformException C# (CSharp) Метод

NotSupportedInPlatformException() публичный Метод

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( string message ) : System
message string The message.
Результат System
        public NotSupportedInPlatformException(string message)
            : this(message, new object[] { })
        {
        }

Same methods

NotSupportedInPlatformException::NotSupportedInPlatformException ( ) : System
NotSupportedInPlatformException