C# 클래스 Catel.NotSupportedInPlatformException

Exception in case the functionality is not supported in the current platform. Unfortunately, some platforms miss a lot of functionality. When a feature is not supported in Catel, this is because the .NET Framework (or actually the specified platform) does not allow the code to handle that specific feature.
상속: System.Exception
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
NotSupportedInPlatformException ( ) : System

Initializes a new instance of the NotSupportedInPlatformException class.

NotSupportedInPlatformException ( string message ) : System

Initializes a new instance of the NotSupportedInPlatformException class.

메소드 상세

NotSupportedInPlatformException() 공개 메소드

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( ) : System
리턴 System

NotSupportedInPlatformException() 공개 메소드

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( string message ) : System
message string The message.
리턴 System