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