C# 클래스 System.SystemException

상속: Exception
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

SystemException() 공개 메소드

public SystemException ( ) : System
리턴 System

SystemException() 보호된 메소드

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

SystemException() 공개 메소드

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

SystemException() 공개 메소드

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