C# 클래스 System.NotSupportedException

상속: SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
NotSupportedException ( ) : System
NotSupportedException ( String message ) : System
NotSupportedException ( String message, Exception innerException ) : System

보호된 메소드들

메소드 설명
NotSupportedException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

NotSupportedException() 공개 메소드

public NotSupportedException ( ) : System
리턴 System

NotSupportedException() 보호된 메소드

protected NotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

NotSupportedException() 공개 메소드

public NotSupportedException ( String message ) : System
message String
리턴 System

NotSupportedException() 공개 메소드

public NotSupportedException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System