C# 클래스 NSoft.NFramework.Collections.C5.CollectionModifiedException

An exception thrown by enumerators, range views etc. when accessed after the underlying collection has been modified.
상속: System.Exception
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
CollectionModifiedException ( ) : System

Create a simple exception with no further explanation.

CollectionModifiedException ( string message ) : System

Create the exception with an explanation of the reason.

메소드 상세

CollectionModifiedException() 공개 메소드

Create a simple exception with no further explanation.
public CollectionModifiedException ( ) : System
리턴 System

CollectionModifiedException() 공개 메소드

Create the exception with an explanation of the reason.
public CollectionModifiedException ( string message ) : System
message string
리턴 System