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

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

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( ) : System
Результат System
        public NotSupportedInPlatformException()
            : this(string.Empty)
        {
        }

Same methods

NotSupportedInPlatformException::NotSupportedInPlatformException ( string message ) : System
NotSupportedInPlatformException