C# 클래스 WebApplications.Testing.Data.SqlErrorCollectionPrototype

상속: ICollection
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
Add ( SqlError error ) : void

Adds the specified error to the collection.

CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
SqlErrorCollectionPrototype ( [ collection ) : System

Initializes a new instance of the SqlErrorCollectionPrototype class.

ToString ( ) : string
this ( int index ) : SqlError

Gets the error at the specified index.

비공개 메소드들

메소드 설명
SqlErrorCollectionPrototype ( ) : System

Creates the _constructor function and the _adder action.

메소드 상세

Add() 공개 메소드

Adds the specified error to the collection.
public Add ( SqlError error ) : void
error System.Data.SqlClient.SqlError The error.
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

SqlErrorCollectionPrototype() 공개 메소드

Initializes a new instance of the SqlErrorCollectionPrototype class.
public SqlErrorCollectionPrototype ( [ collection ) : System
collection [ The collection.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

Gets the error at the specified index.
Index parameter is outside array bounds.
public this ( int index ) : SqlError
index int The zero-based index of the error to retrieve.
리턴 System.Data.SqlClient.SqlError