Method | Description | |
---|---|---|
InvalidOperationException ( ) : System | ||
InvalidOperationException ( String message ) : System | ||
InvalidOperationException ( String message, Exception innerException ) : System |
Method | Description | |
---|---|---|
InvalidOperationException ( SerializationInfo info, StreamingContext context ) : System |
public InvalidOperationException ( ) : System | ||
return | System |
protected InvalidOperationException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public InvalidOperationException ( String message ) : System | ||
message | String | |
return | System |
public InvalidOperationException ( String message, Exception innerException ) : System | ||
message | String | |
innerException | Exception | |
return | System |