C# Class Cake.SqlServer.NoRowsException

Inheritance: Exception
Mostrar archivo Open project: cake-contrib/Cake.SqlServer

Public Methods

Method Description
NoRowsException ( ) : System
NoRowsException ( string message ) : System
NoRowsException ( string message, Exception innerException ) : System

Protected Methods

Method Description
NoRowsException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NoRowsException() public method

public NoRowsException ( ) : System
return System

NoRowsException() protected method

protected NoRowsException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NoRowsException() public method

public NoRowsException ( string message ) : System
message string
return System

NoRowsException() public method

public NoRowsException ( string message, Exception innerException ) : System
message string
innerException Exception
return System