C# 클래스 EA.Iws.Domain.NotificationApplication.NotificationReadOnlyException

상속: System.Exception
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NotificationReadOnlyException ( System.Guid notificationId ) : System
NotificationReadOnlyException ( System.Guid notificationId, Exception innerException ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetMessage ( System.Guid notificationId ) : string

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

NotificationReadOnlyException() 공개 메소드

public NotificationReadOnlyException ( System.Guid notificationId ) : System
notificationId System.Guid
리턴 System

NotificationReadOnlyException() 공개 메소드

public NotificationReadOnlyException ( System.Guid notificationId, Exception innerException ) : System
notificationId System.Guid
innerException System.Exception
리턴 System

NotificationReadOnlyException() 보호된 메소드

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